home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / card_25316.txt < prev    next >
Text File  |  1989-09-27  |  5KB  |  227 lines

  1. -- card: 25316 from stack: in
  2. -- bmap block id: 25567
  3. -- flags: 0000
  4. -- background id: 68193
  5. -- name: Open DBOX
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=203 top=80 right=99 bottom=287
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: folder
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   show card field popupFolder
  23. end mouseDown
  24.  
  25. on mouseUp
  26.   hide card field popupFolder
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 4 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=143 top=102 right=249 bottom=348
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: list
  43. ----- HyperTalk script -----
  44. on mouseDown
  45.   show card field popupList
  46. end mouseDown
  47.  
  48. on mouseUp
  49.   hide card field popupList
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 5 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=365 top=103 right=116 bottom=422
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: drive
  66. ----- HyperTalk script -----
  67. on mouseDown
  68.   show card field popupDrive
  69. end mouseDown
  70.  
  71. on mouseUp
  72.   hide card field popupDrive
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 6 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=359 top=130 right=245 bottom=441
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: buttons
  89. ----- HyperTalk script -----
  90. on mouseDown
  91.   show card field popupButtons
  92. end mouseDown
  93.  
  94. on mouseUp
  95.   hide card field popupButtons
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 8 (field)
  101. -- low flags: 01
  102. -- high flags: 2002
  103. -- rect: left=13 top=56 right=93 bottom=119
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 0
  107. -- font id: 3
  108. -- text size: 10
  109. -- style flags: 0
  110. -- line height: 13
  111. -- part name: Inbox
  112.  
  113.  
  114. -- part 9 (field)
  115. -- low flags: 81
  116. -- high flags: 2004
  117. -- rect: left=11 top=95 right=251 bottom=117
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 0
  121. -- font id: 3
  122. -- text size: 10
  123. -- style flags: 0
  124. -- line height: 13
  125. -- part name: popupFolder
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   hide card field "popupFolder"
  129. end mouseUp
  130.  
  131.  
  132. -- part 10 (field)
  133. -- low flags: 81
  134. -- high flags: 2004
  135. -- rect: left=11 top=103 right=158 bottom=120
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 10
  141. -- style flags: 0
  142. -- line height: 13
  143. -- part name: popupList
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   hide card field "popupList"
  147. end mouseUp
  148.  
  149.  
  150. -- part 11 (field)
  151. -- low flags: 81
  152. -- high flags: 2004
  153. -- rect: left=152 top=108 right=132 bottom=276
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 0
  157. -- font id: 3
  158. -- text size: 10
  159. -- style flags: 0
  160. -- line height: 13
  161. -- part name: popupDrive
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   hide card field "popupDrive"
  165. end mouseUp
  166.  
  167.  
  168. -- part 12 (field)
  169. -- low flags: 81
  170. -- high flags: 2004
  171. -- rect: left=137 top=101 right=254 bottom=354
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 3
  176. -- text size: 10
  177. -- style flags: 0
  178. -- line height: 13
  179. -- part name: popupButtons
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   hide card field "popupButtons"
  183. end mouseUp
  184.  
  185.  
  186. -- part contents for card part 8
  187. ----- text -----
  188. Press any element for details.
  189.  
  190. -- part contents for card part 9
  191. ----- text -----
  192. Name of the disk or folder containing the files listed below.
  193.  
  194. Press to see the hierarchy of files.
  195.  
  196. Drag to display a different level.
  197.  
  198.  
  199. -- part contents for card part 10
  200. ----- text -----
  201. Double-click the document you want to open.
  202.  
  203.  
  204. -- part contents for card part 11
  205. ----- text -----
  206. Current disk drive.
  207.  
  208.  
  209.  
  210. -- part contents for card part 12
  211. ----- text -----
  212. Click Eject to remove the disk from the current drive if you want to insert a different disk.
  213.  
  214. Click Drive to switch drives.
  215.  
  216. Click Open to open the selected file or to view the contents of the selected folder.
  217.  
  218. Click Cancel to cancel the command.
  219.  
  220.  
  221. -- part contents for background part 30
  222. ----- text -----
  223. The File Menu
  224.  
  225. -- part contents for background part 31
  226. ----- text -----
  227. Open Dialog Box